feat: add basic structure for a CITATION.cff file#93
feat: add basic structure for a CITATION.cff file#93amangoel185 wants to merge 1 commit intoscientific-python:mainfrom
Conversation
|
Is it better to leave the unfilled items empty or commented out? I'd like this to work out of the box as well as possible if someone forgets to customize it. CC @matthewfeickert. |
I would be inclined to say that if it doesn't pass |
|
cffconvert offers a @henryiii Would it be OK for me to help move forward the two CFF PRs and also add documentation about what a |
|
Docs for sure. The problem with adding this by default is that a user has to configure it to use it, a partial file isn't helpful and not everyone wants or knows to set it up. What I'd really like is support for a check boxes in cookiecutter and copier, then we could provide a list of optional features to enable. |
Fairly sure we can have a boolean answer in copier that we can use to create or not create file, is that what you mean? |
|
Yes, but I'd like a series of these, and having to answer for each one is less ideal than a list of checkboxes. But having a "Include citation file?" is probably the right way to go for now. |
Add a template for CITATION.cff file, some changes can be made to complete the file during setup:
File format referred from hist/CITATION.cff, I believe that currently Nox is failing a few tests.